home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Service / gauge.gc < prev    next >
Text File  |  2000-05-08  |  549b  |  26 lines

  1. G4C
  2. winbig -1 -1 340 62 "" ; our window
  3. wintype 00001000     ; and what it should look like
  4. winbackground image back_ 0
  5. winfont times.font 18 000
  6.  
  7. xonload
  8. val = 0                      ; set the starting value of the Gauges
  9. LoadImage pattern.iff back_ Workbench
  10. LoadImage pics/magic1.iff img1_ Workbench
  11. LoadImage pics/magic2.iff img2_ Workbench
  12.  
  13. guiopen gauge.gc     ; open our gui
  14.  
  15. Image 5 3 img1_
  16.  
  17. Image 271  3 img2_
  18.  
  19. Gauge -1 44 332 15 out button 3 0 0
  20. gadid 1
  21.  
  22. Text -1 -1 200 18 'Analysiere System...' 30 NOBOX
  23. Gadid 2
  24.  
  25. Box 0 0 340 62 OUT RIDGE
  26.